home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
marchzuma.swf
/
scripts
/
DefineSprite_991
/
frame_87
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
477b
|
36 lines
_root.stg = _root.stg + 1;
if(_root.stg == 3)
{
_root.mxf = 5;
}
if(_root.stg == 4)
{
_root.mxc = 4;
}
if(_root.stg == 5)
{
_root.mxc = 5;
}
_root.bg = _root.bg + 1;
if(_root.bg > 5)
{
_root.bg = 1;
}
_root.bg2 += 1;
if(_root.bg2 > 10)
{
_root.bg2 = 1;
}
if(_root.stg > 5)
{
_root.stlv = _root.stlv + 1;
if(_root.stlv > 50)
{
_root.stlv = 50;
}
_root.tlv += 0.01;
_root.cn += 5;
}
_root.play();
stop();